Autogenerated HTML docs for v2.11.0-295-gd7dff
diff --git a/git-fetch-pack.txt b/git-fetch-pack.txt index d45f6ad..f7ebe36 100644 --- a/git-fetch-pack.txt +++ b/git-fetch-pack.txt
@@ -119,9 +119,9 @@ $GIT_DIR (e.g. "HEAD", "refs/heads/master"). When unspecified, update from all heads the remote side has. + -If the remote has enabled the options `uploadpack.allowTipSHA1InWant` or -`uploadpack.allowReachableSHA1InWant`, they may alternatively be 40-hex -sha1s present on the remote. +If the remote has enabled the options `uploadpack.allowTipSHA1InWant`, +`uploadpack.allowReachableSHA1InWant`, or `uploadpack.allowAnySHA1InWant`, +they may alternatively be 40-hex sha1s present on the remote. SEE ALSO --------